Welcome![Sign In][Sign Up]
Location:
Search - grid for storage

Search list

[ListView/ListBoxPower列表控件

Description: 本程序实现一个功能强大的列表视控件,本控件具有下列特征: 整行加亮;对列自动排序(用数字和文本序列); 支持背景图像和混合加亮选择; 支持水平和垂直网格;可拖动的列; 通过Format对话框,可以定制列格式(大小、对齐);用Column Manager管理列; 支持分类视(象Outlook 98) 在每个单元中,支持定制文本颜色、字体和网格边界; 自动从注册表中存储和装入信息; 打印支持; 每个单元支持图像; 列视的头支持图像;使用多信息编辑控件编辑子项; 用组合框控件支持子项编辑;自动拷贝项到剪接板; 定制项目高度;单元工具提示;高亮当前选择的单元;支持数据库。 -the program a powerful list, as controls, the controls have the following characteristics : the whole trip plus-liang; right automatic sorting out (with digital and text sequences); support background images and mixed plus-choice; support for horizontal and vertical grid; Movable out; through Format dialog, and can be customized format (size, Alignment); Column Manager with the management out; Classification as support (like Outlook 98) in each of the modules and support custom text colors, fonts and mesh boundary; automatic from the registry information storage and loading; Print support; each module supports image; As shown in the first image support; the use of editorial control over the information the sub-editors; Combined box controls to support the sub-editors; items to automaticall
Platform: | Size: 144094 | Author: Mark | Hits:

[Grid ComputingGridStorage

Description: 网格存储相关论文专辑(hot)-Grid storage related papers album (hot)
Platform: | Size: 1348608 | Author: 林洋 | Hits:

[ListView/ListBoxPower列表控件

Description: 本程序实现一个功能强大的列表视控件,本控件具有下列特征: 整行加亮;对列自动排序(用数字和文本序列); 支持背景图像和混合加亮选择; 支持水平和垂直网格;可拖动的列; 通过Format对话框,可以定制列格式(大小、对齐);用Column Manager管理列; 支持分类视(象Outlook 98) 在每个单元中,支持定制文本颜色、字体和网格边界; 自动从注册表中存储和装入信息; 打印支持; 每个单元支持图像; 列视的头支持图像;使用多信息编辑控件编辑子项; 用组合框控件支持子项编辑;自动拷贝项到剪接板; 定制项目高度;单元工具提示;高亮当前选择的单元;支持数据库。 -the program a powerful list, as controls, the controls have the following characteristics : the whole trip plus-liang; right automatic sorting out (with digital and text sequences); support background images and mixed plus-choice; support for horizontal and vertical grid; Movable out; through Format dialog, and can be customized format (size, Alignment); Column Manager with the management out; Classification as support (like Outlook 98) in each of the modules and support custom text colors, fonts and mesh boundary; automatic from the registry information storage and loading; Print support; each module supports image; As shown in the first image support; the use of editorial control over the information the sub-editors; Combined box controls to support the sub-editors; items to automaticall
Platform: | Size: 143360 | Author: Mark | Hits:

[JSP/Javasimgap

Description: 网格agent平台(GAP ,Grid AgentsPlatform)开发包,建造和模拟网格环境下的移动agent.类似JADE(Java Agent DEvelopment Framework).此平台建立在Gridsim基础上,可编程实现模拟Computing Elements, Storage Elements, Virtual Organisations, 等-Agent grid platform (GAP, Grid AgentsPlatform) development kits, construction and simulation in grid environment for mobile agent. Similar to JADE (Java Agent DEvelopment Framework). This platform is built on the basis of Gridsim, programmable analog Computing Elements, Storage Elements, Virtual Organisations, etc.
Platform: | Size: 76800 | Author: 样风 | Hits:

[Other systemsREGULARIZE

Description: langan法射线追踪及层析矩阵求解。参数化方式为矩形网格参数化。射线追踪和层析矩阵求解过程中采用压缩存储方式,正则化约束以矩阵方式补入。-ray tracing and langan chromatography method for solving matrix. Parameterization for the parameters of the rectangular grid. Ray-tracing process chromatography matrix used to solve storage compression, regular way of binding to matrix to fill.
Platform: | Size: 5120 | Author: 成小姐 | Hits:

[AlgorithmFiveDirectionPad_Algo

Description: 此作業需使用Backtracking algorithm 從第一格開始,從1到9依序測試是否可以填入,若本來此格已有數字,則直接往下一格走。若可以填入( if(promising()) )則填入該數字並且往下一格移動繼續填,若此格沒有可填入的數字時,則結束該格的動作,回到上一格去測試剩下的可能結果。若已經填完( if(solution is found) ),則可能解+1,然後回到前面再繼續尋找接下來的可能解。直到全部可能的數字組合都試完之後,程式結束,所有可能解的個數也會被找到。需要印出的任一組解,則是另外開一個二維陣列去儲存,因為用外部檔案儲存會比較慢,加上陣列不大。Promising函數的內容為檢查是否可以在(row, col)填入num,檢查方法為 1.檢查同列中是否有相同數字 2.檢查同行中是否有相同數字 3.檢查其所屬的九宮格內是否有相同數字 若任依狀況成立,則num不能被填在(row, col)中,return false(0) 若以上狀況皆不成立,則num可被填在(row, col)中,return true(1) 然後為了避免程式運作太久(可行解數太多),所以我設了一個解的最大值MAX_SOLUTION來限制可以跑解的數量,若解太多則直接停止程式,並輸出”此題有超過MAX_SOLUTION組解” -This operation need to use Backtracking algorithm Starting from the first cell, from 1 to 9 can fill in the order of testing, if this box has had the number to go directly down a grid. If you can fill (if (promising ())) then enter the number and move down to fill a grid, if this is not to fill the number of cells, then the end of the cell movement, cell to return to the previous Test the remaining possible outcomes. If you already filled out (if (solution is found)), the solution may be+1, then back to front to continue looking for the next possible solution. Until all possible number combinations are tested after completing the program ended, all the possible number of solutions will be found. Any need to print a set of solutions is another to open a two-dimensional array to store, as an external file storage will be relatively slow, with the array small. Promising function to check whether the content can be (row, col) fill num, inspection methods 1. Check whether the same column
Platform: | Size: 2048 | Author: zelda | Hits:

[GDI-BitmapDataShowClass

Description: 主要功能: 1.动态显示数据。在类中定义了两个大小为2000的double型数值。可显示小于2000组的X,Y数据。动态显示的原理为实时更新数据。只要更新x,y数据,在显示界面就会及时显示。 2.数据捕捉功能。当鼠标靠近数据点时,十字线会绘制一个红色的矩形捕捉框。 3.支持曲线平移,缩放,网格开关,时间显示以及文字说明。平移时,按住右键拖动鼠标;缩放时按住鼠标中键拖动鼠标。 4.支持颜色设置,具体可看弹出菜单。双击鼠标右键,弹出菜单可进行相应的操作。 5.类主要封装了一些设置函数和文件存储读取函数,在具体样例程序中列举了一些函数。具体函数可见点h文件,上面有具体说明。-Main features: 1. Dynamic display data. in the class defines two types of size 2000 double value. Group to show less than 2000 X, Y data. The principle of dynamic display is updated in real time data. As long as the updated x, y data in a timely manner in the display screen will display. 2. Data capture. When the mouse is near the data points, the cross line to draw a red rectangle will capture the box. 3. Support the curve of pan, zoom, grid switch, time display, and text. Pan, hold down the right-drag the mouse zoom, hold down the mouse button drag the mouse. 4. Support the color settings, specifically to see the pop-up menu. Double-click the right mouse button, pop-up menu for the appropriate action. 5. Principal function encapsulates some of the settings and file storage read function, in a specific sample program listed a number of functions. H files visible point specific function, the above specific description.
Platform: | Size: 168960 | Author: 黄雅威 | Hits:

[Windows Developmin

Description: 汽车加油行驶问题(习题3-16) 问题描述: 给定一个N*N 的方形网格,设其左上角为起点,坐标为(1,1),X 轴向右为正,Y 轴向下为正,每个方格边长为1。一辆汽车从起点出发驶向右下角终点,其坐标为(N,N)。 在若干个网格交叉点处,设置了油库,可供汽车在行驶途中加油。汽车在行驶过程中应遵守如下规则: (1)汽车只能沿网格边行驶,装满油后能行驶K 条网格边。出发时汽车已装满油,在起点与终点处不设油库。 (2)当汽车行驶经过一条网格边时,若其X 坐标或Y 坐标减小,则应付费用B,否则免付费用。 (3)汽车在行驶过程中遇油库则应加满油并付加油费用A。 (4)在需要时可在网格点处增设油库,并付增设油库费用C(不含加油费用A)。 (5)(1)~(4)中的各数N、K、A、B、C均为正整数。 算法设计: 求汽车从起点出发到达终点的一条所付费用最少的行驶路线。 -Driving automobile fuel problem (Exercise 3-16) Problem description: Given an N* N square grid, set the upper left corner as a starting point, coordinates (1,1), X-axis to the right is positive, Y axis under Positive side of each square is 1. A car starting from the starting point towards the lower right corner of the end, the coordinates (N, N). In a number of grid intersection points, set the oil tanks, fuel for the car is moving his way. Car in motion the process to be observed, such as The following rules: (1) The car can only travel along the grid edge, full of oil can travel the grid section K edge. Starting when the car was filled with oil, in the beginning and the end No point depot. (2) When the vehicle driving through a mesh edge, if the X coordinate or Y coordinate decreases, the fees payable B, or toll-free Use. (3) vehicles in the process of moving the event should fill up and pay for fuel oil storage costs A. (4) when required grid points in the addi
Platform: | Size: 38912 | Author: | Hits:

[Industry researchApplying-Power-Battery--in-Grid

Description: 通过动力电池参与电网调峰应用分析,论述电动汽车动力电池移动储能技术应用优势、可行性和基本 系统模型,为今后的研究提供参考 -In this paper, the application ofpowerbatteries for the peak regulation in gridwas analyzed. The advanta- ges, feasibilities and basic system model of the mobile energy-storage technology were discussed, which provided some references for further research.
Platform: | Size: 43008 | Author: frank | Hits:

[Software Engineering56-M453

Description: Battery Energy Storage System for Variable Speed Driven PMSG for Wind Energy Conversion System
Platform: | Size: 397312 | Author: | Hits:

[Internet-NetworkXtreemFS-1.3.0.tar

Description: XtreemFS 是一个为互联网存储系统设计的分布式文件系统。-It allows you to mount an XtreemFS volume from anywhere, given the right permissions. It includes support for POSIX ACLs and extended attributes (xattrs). As an object-based parallel file system, it allows you to stripe files over multiple storage servers for high-performance parallel access with file-specific striping pattern. It can be integrated in X.509-based security infrastructures. When deployed as part of an XtreemOS Grid installation, you will benefit from its transparent integration with the XtreemOS Virtual Organization (VO) infrastructure in the form of dynamic user mappings and automatic mounting of home volumes。
Platform: | Size: 15100928 | Author: 寒风 | Hits:

[Communication-MobileError-Control-Coding

Description: 本书系统讲解了差错控制编码系统的基础理论和实际应用,主要内容包括:用于可靠数字传输和存储的编码、线性分组码、循环码、二进制BCH码、大数逻辑可译码与有限几何码、线性分组码的网格、卷积码、基于网格的软判决译码算法、Turbo编码、低密度单奇偶校验码、网格编码调制等。本书包含大量实例和习题,讲解深入浅出,分析细致透彻,是差错控制编码领域中的经典教材。-This book explains the system of error control coding system, the basic theory and practical application, the main contents include: digital transmission and storage for reliable coding, linear block codes, cyclic codes, binary BCH codes, decoding logic of large numbers with limited geometric codes, linear block code grid, convolutional codes, grid-based soft-decision decoding algorithm, Turbo coding, low-density single-parity-check codes, trellis coded modulation. This book contains a large number of examples and exercises, analysis. It s the classic textbook in the field of error control coding.
Platform: | Size: 20987904 | Author: Winnie | Hits:

[OtherReliability

Description: 储能对风电并网可靠性的评估 关键词:并网风电场;可靠性;电池储能设备;储能设备运 行特性-Assessment of energy storage for wind power grid reliability
Platform: | Size: 508928 | Author: 孙方新 | Hits:

[OtherModeling-and-Control-for-Micro-Grid

Description: Introduction • The micro-grid will be an important part of a future power system • The micro-grid contains the typical elements in present and future power systems • The micro-grid also contains some renewable energy sources, e.g., wind power,photovoltaic energy, and energy storage • Power electronic devices/converters as interface between the renewable energy sources and the power grid • An intelligent controller will be designed to ensure the stability of the micro-grid
Platform: | Size: 596992 | Author: 起个名字真难 | Hits:

[Othertiaofengchuneng

Description: 用于松弛调峰瓶颈的储能系统容量配置方法;针对2010 年某省电网接纳风电受 限现状,利用该方法对其进行改善,分析了储能系统运行年限、投资成本对其容量配置的影响,算例结果验证了所提出 方法的可行性。-2010 accepted a provincial power grid wind power constrained situation, the use of this method to improve its analysis of the energy storage system operating years, the cost of investment for its capacity configuration effects energy storage system configuration methods for relaxation peaking capacity bottlenecks , numerical results verify the feasibility of the proposed method.
Platform: | Size: 381952 | Author: zhao | Hits:

[matlabSenario1A

Description: optimal size of energy storage in microgrid for connected to grid mode
Platform: | Size: 2048 | Author: ali | Hits:

[Software Engineering1-s2.0-S014206151200381X-main_2

Description: Energy storage system-based power control for grid-connected wind power farm
Platform: | Size: 1249280 | Author: Sami | Hits:

[Software Engineeringsimple_wind_turbine_pmsg

Description: Simple Wind Turbine for grid intergration and storage
Platform: | Size: 11264 | Author: ledoux | Hits:

[CADVF1MWL1MW

Description: 这是pSCAD环境下的储能仿真模型,包含1MW的负载,对于为电网储能模型搭建有着很好的借鉴-This is a simulation model pSCAD storage environment, including 1MW load, grid energy storage for building model has a good reference
Platform: | Size: 52224 | Author: 曹华锋 | Hits:

[Energy industryJoint optimization

Description: 本程序用于“多个火电机组、储能电站在电网调度指令的引导下的出力联合优化”,调度间隔为1min(可修改)。(This program is used for "joint optimization of output of multiple thermal power units and energy storage power stations under the guidance of power grid dispatching instructions". The dispatching interval is 1min (modifiable).)
Platform: | Size: 1024 | Author: Howie_China | Hits:
« 12 »

CodeBus www.codebus.net